home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_lord / life118d.zip / LIFE.ZIP / BARTXT.DAT < prev    next >
Text File  |  1996-03-12  |  16KB  |  453 lines

  1. @#Bar
  2. `<SetOptions>=[G,V,T,R]
  3. `<Clear>
  4. `0                      Dockside Bar 'n Grill
  5. `0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  6. `2  You find yourself lost in the city...As you look about
  7. `2aimlessly...you find an open bar...ahhh the night life...
  8. `2At last you can have a little fun! <g>.");
  9.  
  10.  
  11. `2     (`5G`2)amble with the locals.
  12. `2     (`5V`2)isit `5Lisa`2.
  13. `2     (`5T`2)alk to`9 Al'Lan.
  14. `2     (`4R`2)eturn to the big city
  15. @#BarOptions?
  16. `<SetMenu>=[Bar]
  17. @#BarOptionsG
  18. `<NewLine>
  19. `<if>=[(FGambled),(TheUser),1,@#FGambled]
  20. `2  You decide that you would like to play a game of
  21. `3chance...
  22. `2  You head to the dice table...
  23. `2You look up at the man at the head of the table and he speaks:
  24. `2  How much would you like to wager?
  25. `2>
  26. `<LordIn>=[(TempDbl2),70,100,2,(TheUser)]
  27. `<ifless>=[(TempDbl2),(TheUser),1,@#Abort]
  28. `<ifless>=[(FLifeGold),(TheUser),(TempDbl2),@#NotNuff]
  29. `<Random>=[(TempInt1),(TheUser),1,100]
  30. `2
  31. `0 Fair Enough!
  32. `<SetVal>=[(FGambled),(TheUser),1]
  33. `2
  34. `2  You are handed a pair of dice...you don't know the game...
  35. `2so you just roll and hope for the best...
  36. `<ifless>=[(TempInt1),(TheUser),60,@#WinMoney]
  37. `4  Unfortunately lady luck is not shining on you today...
  38. `4You lose! :(
  39. `<SetVal>=[(TempDbl3),(TheUser),(TempDbl2)]
  40. `<SubVal>=[(FLifeGold),(TheUser),(TempDbl3)]
  41. @#WinMoney
  42. `3
  43. `3  You win!!!
  44. `<AddVal>=[(FLifeGold),(TheUser),(TempDbl2)]
  45. `<BreakIfNoMail>
  46. `<SetVal>=[(TempStr1),(TheUser),YOU WON ]
  47. `<AddVal>=[(TempStr1),(TheUser),(TempDbl2)]
  48. `<AddVal>=[(TempStr1),(TheUser), DOLLARS IN LIFE!]
  49. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),2]
  50. @#BarOptionsV
  51. `<NewLine>
  52. `<if>=[(FVisLisa),(TheUser),1,@#FTalkedLisa]
  53. `<SetVal>=[(FVisLisa),(TheUser),1]
  54. `$Lisa looks at you...
  55. `2You look at Lisa...
  56. `2Lisa says: "So you would like to talk eh?"
  57. `5You wonder if you should really have bothered her...
  58. `<if>=[(LSex),(TheUser),5,@#LisaFemale]
  59. `2You sorta end up on the other side of the room next to Lisa...
  60. `<More>
  61. `2Lisa looks at you with interest...
  62. `2What shall you do?
  63. `<NewLine>
  64. `2(`50`2) Beg apologies and move to another table
  65. `2(`51`2) Talk about the weather
  66. `2(`52`2) Buy Lisa a drink
  67. `2(`53`2) Attempt to seduce Lisa
  68. `2(`54`2) Give Lisa a Kiss
  69. `2(`55`2) Grab Lisa and forcibly French kiss her
  70. `2(`56`2) Order Lisa to meet you in your room`4 NOW`2!
  71. `2(`57`2) Ask Lisa to marry you...
  72. `<NewLine>
  73. `<RetOff>
  74. `2Make your selection (0..7)  `0[`50`0]:
  75. `<Space>
  76. `<GetAns>=[(TempStr0),01234567,(TheUser)]
  77. `<PrintVal>=[(TempStr0),(TheUser)]
  78. `<NewLine>
  79. `<RetOn>
  80. `<if>=[(TempStr0),(TheUser),1,@#Lisa1]
  81. `<if>=[(TempStr0),(TheUser),2,@#Lisa2]
  82. `<if>=[(TempStr0),(TheUser),3,@#Lisa3]
  83. `<if>=[(TempStr0),(TheUser),4,@#Lisa4]
  84. `<if>=[(TempStr0),(TheUser),5,@#Lisa5]
  85. `<if>=[(TempStr0),(TheUser),6,@#Lisa6]
  86. `<if>=[(TempStr0),(TheUser),7,@#Lisa7]
  87. `<SetVal>=[(FVisLisa),(TheUser),0]
  88. `4Aborted!
  89. @#Lisa1
  90. `2You have a nice discussion of the weather...
  91. `2LISA GIVES YOU A GEM!
  92. `<AddVal>=[(LGems),(TheUser),1]
  93. `<NewLine>
  94. `<BreakIfNoMail>
  95. `<SetVal>=[(TempStr1),(TheUser),LISA GIVES YOU A GEM!]
  96. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  97. @#Lisa2
  98. `2You buy Lisa a nice double shot of the powerful Russian vodka.
  99. `<ifless>=[(LCharm),(TheUser),10,@#Not10LCharmL]
  100. `#Lisa thanks you for the drink
  101. `2you both exchange 'sweet nothings'`2 :)
  102. `2LISA GIVES YOU 2 Gems!
  103. `<AddVal>=[(LGems),(TheUser),2]
  104. `<NewLine>
  105. `<BreakIfNoMail>
  106. `<SetVal>=[(TempStr1),(TheUser),LISA GIVES YOU 2 GEMS!]
  107. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  108. @#Not10LCharmL
  109. `2You don't even have 10 Charm!
  110. `4LISA PUSHES YOU AWAY!
  111. `4YOU LOSE 10 LORD EXPERIENCE!
  112. `<AddVal>=[(LordExp),(TheUser),-10]
  113. `<ifless>=[(LordExp),(TheUser),1,`<SetVal>=[(LordExp),(TheUser),1]]
  114. `<NewLine>
  115. `<BreakIfNoMail>
  116. `<SetVal>=[(TempStr1),(TheUser),YOU LOSE 10 LORD EXPERIENCE!]
  117. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),4]
  118. @#Lisa3
  119. `2You move closer to Lisa...Attempting to attract her
  120. `<ifless>=[(LCharm),(TheUser),20,@#Not20LCharmL]
  121. `#Lisa doesn't try to evade your efforts...
  122. `2You feel your relationship is moving along...
  123. `2LISA GIVES YOU 3 Gems!
  124. `<AddVal>=[(LGems),(TheUser),3]
  125. `<NewLine>
  126. `<BreakIfNoMail>
  127. `<SetVal>=[(TempStr1),(TheUser),LISA GIVES YOU 3 GEMS!]
  128. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  129. @#Not20LCharmL
  130. `2You don't even have 20 Charm!
  131. `4LISA PUSHES YOU AWAY!
  132. `4YOU LOSE 100 LORD EXPERIENCE!
  133. `<AddVal>=[(LordExp),(TheUser),-100]
  134. `<ifless>=[(LordExp),(TheUser),1,`<SetVal>=[(LordExp),(TheUser),1]]
  135. `<BreakIfNoMail>
  136. `<SetVal>=[(TempStr1),(TheUser),YOU LOSE 100 LORD EXPERIENCE!]
  137. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),4]
  138. @#Lisa4
  139. `2You move closer to Lisa...Attempting to attract her
  140. `<ifless>=[(LCharm),(TheUser),30,@#Not30LCharmL]
  141. `#Lisa moves closer and you passionately kiss her on the lips...
  142. `2You feel your relationship is moving along...
  143. `2LISA GIVES YOU 5 Gems!
  144. `<AddVal>=[(LGems),(TheUser),5]
  145. `<NewLine>
  146. `<BreakIfNoMail>
  147. `<SetVal>=[(TempStr1),(TheUser),LISA GIVES YOU 5 GEMS!]
  148. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  149. @#Not30LCharmL
  150. `2You don't even have 30 Charm!
  151. `4LISA PUSHES YOU AWAY!
  152. `4YOU LOSE 200 LORD EXPERIENCE!
  153. `<AddVal>=[(LordExp),(TheUser),-200]
  154. `<ifless>=[(LordExp),(TheUser),1,`<SetVal>=[(LordExp),(TheUser),1]]
  155. `<NewLine>
  156. `<BreakIfNoMail>
  157. `<SetVal>=[(TempStr1),(TheUser),YOU LOSE 200 LORD EXPERIENCE!]
  158. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),4]
  159. @#Lisa5
  160. `2You move closer to Lisa...And make your move
  161. `<ifless>=[(LCharm),(TheUser),40,@#Not40LCharmL]
  162. `5Surprise shows clearly on Lisa's face...
  163. `2but Lisa responds to your french kiss...
  164. `2You feel your relationship is really moving along...
  165. `2LISA GIVES YOU 7 Gems!
  166. `<AddVal>=[(LGems),(TheUser),7]
  167. `<NewLine>
  168. `<BreakIfNoMail>
  169. `<SetVal>=[(TempStr1),(TheUser),LISA GIVES YOU 7 GEMS!]
  170. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  171. @#Not40LCharmL
  172. `2You don't even have 40 Charm!
  173. `4LISA PUSHES YOU AWAY!
  174. `4YOU LOSE 300 LORD EXPERIENCE!
  175. `<AddVal>=[(LordExp),(TheUser),-300]
  176. `<ifless>=[(LordExp),(TheUser),1,`<SetVal>=[(LordExp),(TheUser),1]]
  177. `<NewLine>
  178. `<BreakIfNoMail>
  179. `<SetVal>=[(TempStr1),(TheUser),YOU LOSE 300 LORD EXPERIENCE!]
  180. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),4]
  181. @#Lisa6
  182. `5You look down at Lisa laying on the couch...
  183. `2You order her to meet you in your room NOW!
  184. `2Others in the bar look your way...They begin to whisper...
  185. `<More>
  186. `<ifless>=[(LCharm),(TheUser),50,@#Not50LCharmL]
  187. `5Surprise shows clearly on Lisa's face...
  188. `2but Lisa can see how what a Charmer you are and cannot deny you...
  189. `2You go upstairs...Lisa follows meekly behind...
  190. `2You enjoy yourself upstairs...you suspect Lisa did too
  191. `2LISA GIVES YOU 10 Gems!
  192. `<AddVal>=[(LGems),(TheUser),10]
  193. `<NewLine>
  194. `<BreakIfNoMail>
  195. `<SetVal>=[(TempStr1),(TheUser),LISA GIVES YOU 10 GEMS!]
  196. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  197. @#Not50LCharmL
  198. `2You don't even have 50 Charm!
  199. `4LISA PUSHES YOU AWAY!
  200. `4YOU LOSE 400 LORD EXPERIENCE!
  201. `<AddVal>=[(LordExp),(TheUser),-400]
  202. `<ifless>=[(LordExp),(TheUser),1,`<SetVal>=[(LordExp),(TheUser),1]]
  203. `<NewLine>
  204. `<BreakIfNoMail>
  205. `<SetVal>=[(TempStr1),(TheUser),YOU LOSE 400 LORD EXPERIENCE!]
  206. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),4]
  207. @#Lisa7
  208. `2Lisa doesn't wish to be married yet...sorry.
  209. @#BarOptionsT
  210. `<NewLine>
  211. `<if>=[(FVisLan),(TheUser),1,@#FTalkedLan]
  212. `<SetVal>=[(FVisLan),(TheUser),1]
  213. `$Lan looks at you...
  214. `2You look at Lan...
  215. `2Lan says: "So you would like to talk eh?"
  216. `5You wonder if you should really have bothered him...
  217. `<else>=[(LSex),(TheUser),5,@#LanMale]
  218. `2You slink your way across the room over to where Lan sits...
  219. `<More>
  220. `2Lan looks at you with interest...
  221. `2What shall you do?
  222. `<NewLine>
  223. `2(`50`2) Beg apologies and move to another table
  224. `2(`51`2) Talk about the weather
  225. `2(`52`2) Invite Lan to hug you
  226. `2(`53`2) Attempt to seduce Lan
  227. `2(`54`2) Invite Lan to kiss you
  228. `2(`55`2) Grab Lan and forcably french kiss him
  229. `2(`56`2) Order him to meet you in your room`4 NOW`2!
  230. `2(`57`2) Ask him to marry you...
  231. `<NewLine>
  232. `<RetOff>
  233. `2Make your selection (0..7)  `0[`50`0]:
  234. `<Space>
  235. `<GetAns>=[(TempStr0),01234567,(TheUser)]
  236. `<PrintVal>=[(TempStr0),(TheUser)]
  237. `<NewLine>
  238. `<RetOn>
  239. `<if>=[(TempStr0),(TheUser),1,@#Lan1]
  240. `<if>=[(TempStr0),(TheUser),2,@#Lan2]
  241. `<if>=[(TempStr0),(TheUser),3,@#Lan3]
  242. `<if>=[(TempStr0),(TheUser),4,@#Lan4]
  243. `<if>=[(TempStr0),(TheUser),5,@#Lan5]
  244. `<if>=[(TempStr0),(TheUser),6,@#Lan6]
  245. `<if>=[(TempStr0),(TheUser),7,@#Lan7]
  246. `<SetVal>=[(FVisLan),(TheUser),0]
  247. `4Aborted!
  248. @#Lan1
  249. `2You have a nice discussion of the weather...
  250. `2LAN GIVES YOU A GEM!
  251. `<AddVal>=[(LGems),(TheUser),1]
  252. `<NewLine>
  253. `<BreakIfNoMail>
  254. `<SetVal>=[(TempStr1),(TheUser),LAN GIVES YOU A GEM!]
  255. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  256. @#Lan2
  257. `2You invite Lan to give you a nice friendly hug...
  258. `<ifless>=[(LCharm),(TheUser),10,@#Not10LCharm]
  259. `#Lan moves closer and hugs you...
  260. `2you both exchange 'sweet nothings'`2 :)
  261. `2LAN GIVES YOU 2 Gems!
  262. `<AddVal>=[(LGems),(TheUser),2]
  263. `<NewLine>
  264. `<BreakIfNoMail>
  265. `<SetVal>=[(TempStr1),(TheUser),Lan GIVES YOU 2 GEMS!]
  266. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  267. @#Not10LCharm
  268. `2You don't even have 10 Charm!
  269. `4LAN PUSHES YOU AWAY!
  270. `4YOU LOSE 10 LORD EXPERIENCE!
  271. `<AddVal>=[(LordExp),(TheUser),-10]
  272. `<ifless>=[(LordExp),(TheUser),1,`<SetVal>=[(LordExp),(TheUser),1]]
  273. `<NewLine>
  274. `<BreakIfNoMail>
  275. `<SetVal>=[(TempStr1),(TheUser),YOU LOSE 10 LORD EXPEREINCE!]
  276. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),4]
  277. @#Lan3
  278. `2You move closer to Lan...Attempting to attract him
  279. `<ifless>=[(LCharm),(TheUser),20,@#Not20LCharm]
  280. `#Lan doesn't try to evade your efforts...
  281. `2You feel your relationship is moving along...
  282. `2LAN GIVES YOU 3 Gems!
  283. `<AddVal>=[(LGems),(TheUser),3]
  284. `<NewLine>
  285. `<BreakIfNoMail>
  286. `<SetVal>=[(TempStr1),(TheUser),Lan GIVES YOU 3 GEMS!]
  287. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  288. @#Not20LCharm
  289. `2You don't even have 20 Charm!
  290. `4LAN PUSHES YOU AWAY!
  291. `4YOU LOSE 100 LORD EXPERIENCE!
  292. `<AddVal>=[(LordExp),(TheUser),-100]
  293. `<ifless>=[(LordExp),(TheUser),1,`<SetVal>=[(LordExp),(TheUser),1]]
  294. `<NewLine>
  295. `<BreakIfNoMail>
  296. `<SetVal>=[(TempStr1),(TheUser),YOU LOSE 100 EXPERIENCE!]
  297. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),4]
  298. @#Lan4
  299. `2You move closer to Lan...Attempting to attract him
  300. `<ifless>=[(LCharm),(TheUser),30,@#Not15LCharm]
  301. `#Lan moves closer and kisses you passionately on the lips...
  302. `2You feel your relationship is moving along...
  303. `2LAN GIVES YOU 5 Gems!
  304. `<AddVal>=[(LGems),(TheUser),5]
  305. `<NewLine>
  306. `<BreakIfNoMail>
  307. `<SetVal>=[(TempStr1),(TheUser),Lan GIVES YOU 5 GEMS!]
  308. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  309. @#Not30LCharm
  310. `2You don't even have 30 Charm!
  311. `4LAN PUSHES YOU AWAY!
  312. `4YOU LOSE 200 LORD EXPERIENCE!
  313. `<AddVal>=[(LordExp),(TheUser),-200]
  314. `<ifless>=[(LordExp),(TheUser),1,`<SetVal>=[(LordExp),(TheUser),1]]
  315. `<NewLine>
  316. `<BreakIfNoMail>
  317. `<SetVal>=[(TempStr1),(TheUser),YOU LOSE 200 LORD EXPERIENCE!]
  318. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),4]
  319. @#Lan5
  320. `2You move closer to Lan...And make your move
  321. `<ifless>=[(LCharm),(TheUser),40,@#Not40LCharm]
  322. `5Surprise shows clearly on Lan's face...
  323. `2but Lan responds to your french kiss...
  324. `2You feel your relationship is really moving along...
  325. `2LAN GIVES YOU 7 Gems!
  326. `<AddVal>=[(LGems),(TheUser),7]
  327. `<NewLine>
  328. `<BreakIfNoMail>
  329. `<SetVal>=[(TempStr1),(TheUser),Lan GIVES YOU 7 GEMS!]
  330. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  331. @#Not40LCharm
  332. `2You don't even have 40 Charm!
  333. `4LAN PUSHES YOU AWAY!
  334. `4YOU LOSE 300 LORD EXPERIENCE!
  335. `<AddVal>=[(LordExp),(TheUser),-300]
  336. `<ifless>=[(LordExp),(TheUser),1,`<SetVal>=[(LordExp),(TheUser),1]]
  337. `<NewLine>
  338. `<BreakIfNoMail>
  339. `<SetVal>=[(TempStr1),(TheUser),YOU LOSE 300 LORD EXPERIENCE!]
  340. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),4]
  341. @#Lan6
  342. `5You look down at Lan sitting at the table...
  343. `2You order him to meet you in your room NOW!
  344. `2Others in the bar look your way...They begin to whisper...
  345. `<More>
  346. `<ifless>=[(LCharm),(TheUser),50,@#Not50LCharm]
  347. `5Surprise shows clearly on Lan's face...
  348. `2but Lan can see how Charming you are and cannot deny you...
  349. `2You go upstairs...Lan follows behind...
  350. `2You enjoy yourself upstairs...you suspect Lan did too
  351. `2LAN GIVES YOU 10 Gems!
  352. `<AddVal>=[(LGems),(TheUser),10]
  353. `<NewLine>
  354. `<BreakIfNoMail>
  355. `<SetVal>=[(TempStr1),(TheUser),Lan GIVES YOU 10 GEMS!]
  356. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),5]
  357. @#Not50LCharm
  358. `2You don't even have 50 Charm!
  359. `4LAN PUSHES YOU AWAY!
  360. `4YOU LOSE 400 LORD EXPERIENCE!
  361. `<AddVal>=[(LordExp),(TheUser),-400]
  362. `<ifless>=[(LordExp),(TheUser),1,`<SetVal>=[(LordExp),(TheUser),1]]
  363. `<NewLine>
  364. `<BreakIfNoMail>
  365. `<SetVal>=[(TempStr1),(TheUser),YOU LOSE 400 LORD EXPERIENCE!]
  366. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),4]
  367. @#Lan7
  368. `2Lan doesn't wish to be married yet...sorry.
  369. @#LanMale
  370. `2Lan says: "Hey pal...you know, sometimes I give out fairies..."
  371. `<Random>=[(TempInt0),(TheUser),1,100]
  372. `<ifless>=[(TempInt0),(TheUser),50,@#GiveFairy]
  373. `4But not today...sorry.
  374. @#LisaFemale
  375. `2Lisa says: "Hey there...you know, sometimes I give out fairies..."
  376. `<Random>=[(TempInt0),(TheUser),1,100]
  377. `<ifless>=[(TempInt0),(TheUser),33,@#GiveFairy]
  378. `4But not today...sorry.
  379. @#GiveFairy
  380. `<SetVal>=[(TGotFairy),(TheUser),1]
  381. `3  You are led into a back room which you would have never have guessed
  382. `3was even there...inside the room you see many fairies...they seem to
  383. `3be doing something with some muddy looking water...
  384. `5  When you are told that they are working off their task by transmuting
  385. `5lake water into beer, you are glad you decided not to drink here!
  386. `9Lan and Lisa point to one fairy in particular...that fairy wordlessly
  387. `9approaches you...
  388. `#You now have a fairy!
  389. `<RetOff>
  390. `<SetVal>=[(TempStr2),(TheUser),`.                               `2-`0=`2-`0=`2-`0=`2-]
  391. `<SetVal>=[(TempStr1),(TheUser),(LordNick)]
  392. `<AddVal>=[(TempStr1),(TheUser), `#Has been `$given`# a fairy today in `1Lo`%rd Li`9fe!`2]
  393. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),Lognow.txt,%]
  394. `<FilePrint>=[(TempStr2),(TheUser),(TLordsDir),Lognow.txt,2]
  395. `<SetVal>=[(TempStr2),(TheUser),]
  396. `<FilePrint>=[(TempStr2),(TheUser),(TLordsDir),Lognow.txt,.]
  397. `<RetOn>
  398. `<NewLine>
  399. `<BreakIfNoMail>
  400. `<SetVal>=[(TempStr1),(TheUser),YOU WERE GIVEN A FAIRY IN THE BAR!]
  401. `<FilePrint>=[(TempStr1),(TheUser),(TLordsDir),(TMailSlot),#]
  402. @#BarOptionsR
  403. `<SetMenuAndFile>=[MainMenu,(TLifesDir),MAINTXT.DAT]
  404. @#BarOptions|
  405. `<SetMenuAndFile>=[MainMenu,(TLifesDir),MAINTXT.DAT]
  406. @#UserNotFound
  407. `<NewLine>
  408. `<RetOn>
  409. `7User not found...
  410. `2The user may not have been in lord life yet...
  411. `2Or you may not have entered the name right...
  412. `2Type less of the name if you are unsure...
  413. @#UserNoInfo
  414. `<NewLine>
  415. `2Sorry...but that user has not entered their info yet.
  416. `<NewLine>
  417. @#Abort
  418. `<NewLine>
  419. `4Aborted!
  420. `<NewLine>
  421. @#FTalkedLan
  422. `<NewLine>
  423. `2Sorry...but Lan is busy...come back tomorrow.
  424. `<NewLine>
  425. @#FTalkedLisa
  426. `<NewLine>
  427. `2Sorry...but Lisa is busy...come back tomorrow.
  428. `<NewLine>
  429. @#NoMeal
  430. `<NewLine>
  431. `2  Sorry pal...but we're out of ingredients for that
  432. `2meal until the wagons come in tomorrow.
  433. `<NewLine>
  434. @#NoFairy
  435. `<NewLine>
  436. `2  Sorry pal...but you do not have a fairy!
  437. `<NewLine>
  438. @#FGambled
  439. `2
  440. `2Sorry...but you have already Gambled!
  441. @#NotNuff
  442. `2
  443. `2Sorry...but you need to have money to play at this table...
  444. `3go to the bank and get some money...or `4get lost!
  445. @#NSF
  446. `2
  447. `2Sorry...but you do not have enough money...
  448. `3Go to the bank and get some money...or `4get lost!
  449. @#YouNoHave
  450. `2
  451. `2WHAT!?! You do not have one!!!
  452. @#ENDOFFILE
  453.